home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / ws_ping.zip / WSPI_SRC.ZIP / WS_PING.DEF < prev    next >
Text File  |  1994-01-19  |  428b  |  15 lines

  1. NAME            WSFTP
  2. EXETYPE         WINDOWS
  3. STUB            'WINSTUB.EXE' 
  4. CODE            PRELOAD MOVEABLE 
  5. DATA            PRELOAD MOVEABLE MULTIPLE
  6. HEAPSIZE        20480
  7. STACKSIZE       30760
  8. EXPORTS         WndProc          @1
  9.                 DebugWndProc     @2
  10.                 WS_AboutMsgProc  @3
  11.                 WS_HostMsgProc   @4
  12.                 WS_InputMsgProc  @5
  13.                 WS_StatMsgProc   @6
  14.  
  15.